home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 65.zip / BS1 part 65 / DevPac v3.02b.adf / include / intuition / intuition_lib.i next >
Text File  |  1991-11-20  |  2KB  |  84 lines

  1. _LVOOpenIntuition    EQU    -30
  2. _LVOIntuition    EQU    -36
  3. _LVOAddGadget    EQU    -42
  4. _LVOClearDMRequest    EQU    -48
  5. _LVOClearMenuStrip    EQU    -54
  6. _LVOClearPointer    EQU    -60
  7. _LVOCloseScreen    EQU    -66
  8. _LVOCloseWindow    EQU    -72
  9. _LVOCloseWorkBench    EQU    -78
  10. _LVOCurrentTime    EQU    -84
  11. _LVODisplayAlert    EQU    -90
  12. _LVODisplayBeep    EQU    -96
  13. _LVODoubleClick    EQU    -102
  14. _LVODrawBorder    EQU    -108
  15. _LVODrawImage    EQU    -114
  16. _LVOEndRequest    EQU    -120
  17. _LVOGetDefPrefs    EQU    -126
  18. _LVOGetPrefs    EQU    -132
  19. _LVOInitRequester    EQU    -138
  20. _LVOItemAddress    EQU    -144
  21. _LVOModifyIDCMP    EQU    -150
  22. _LVOModifyProp    EQU    -156
  23. _LVOMoveScreen    EQU    -162
  24. _LVOMoveWindow    EQU    -168
  25. _LVOOffGadget    EQU    -174
  26. _LVOOffMenu    EQU    -180
  27. _LVOOnGadget    EQU    -186
  28. _LVOOnMenu    EQU    -192
  29. _LVOOpenScreen    EQU    -198
  30. _LVOOpenWindow    EQU    -204
  31. _LVOOpenWorkBench    EQU    -210
  32. _LVOPrintIText    EQU    -216
  33. _LVORefreshGadgets    EQU    -222
  34. _LVORemoveGadget    EQU    -228
  35. _LVOReportMouse    EQU    -234
  36. _LVORequest    EQU    -240
  37. _LVOScreenToBack    EQU    -246
  38. _LVOScreenToFront    EQU    -252
  39. _LVOSetDMRequest    EQU    -258
  40. _LVOSetMenuStrip    EQU    -264
  41. _LVOSetPointer    EQU    -270
  42. _LVOSetWindowTitles    EQU    -276
  43. _LVOShowTitle    EQU    -282
  44. _LVOSizeWindow    EQU    -288
  45. _LVOViewAddress    EQU    -294
  46. _LVOViewPortAddress    EQU    -300
  47. _LVOWindowToBack    EQU    -306
  48. _LVOWindowToFront    EQU    -312
  49. _LVOWindowLimits    EQU    -318
  50. _LVOSetPrefs    EQU    -324
  51. _LVOIntuiTextLength    EQU    -330
  52. _LVOWBenchToBack    EQU    -336
  53. _LVOWBenchToFront    EQU    -342
  54. _LVOAutoRequest    EQU    -348
  55. _LVOBeginRefresh    EQU    -354
  56. _LVOBuildSysRequest    EQU    -360
  57. _LVOEndRefresh    EQU    -366
  58. _LVOFreeSysRequest    EQU    -372
  59. _LVOMakeScreen    EQU    -378
  60. _LVORemakeDisplay    EQU    -384
  61. _LVORethinkDisplay    EQU    -390
  62. _LVOAllocRemember    EQU    -396
  63. _LVOAlohaWorkbench    EQU    -402
  64. _LVOFreeRemember    EQU    -408
  65. _LVOLockIBase    EQU    -414
  66. _LVOUnlockIBase    EQU    -420
  67. _LVOGetScreenData    EQU    -426
  68. _LVORefreshGList    EQU    -432
  69. _LVOAddGList    EQU    -438
  70. _LVORemoveGList    EQU    -444
  71. _LVOActivateWindow    EQU    -450
  72. _LVORefreshWindowFrame    EQU    -456
  73. _LVOActivateGadget    EQU    -462
  74. _LVONewModifyProp    EQU    -468
  75.  
  76. CALLINT    MACRO
  77.     move.l    _IntuitionBase,a6
  78.     jsr    _LVO\1(a6)
  79.     ENDM
  80.  
  81. INTNAME    MACRO
  82.     dc.b    'intuition.library',0
  83.     ENDM
  84.